projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5950f8
)
mmc: sh_sdhi: Fix Kconfig entry
author
Marek Vasut
<
[email protected]
>
Sat, 13 May 2017 13:51:14 +0000
(15:51 +0200)
committer
Jaehoon Chung
<
[email protected]
>
Fri, 9 Jun 2017 11:25:16 +0000
(20:25 +0900)
The Kconfig entry depends on RMOBILE, but this was renamed
to ARCH_RMOBILE in commit
1cc95f6e1b38
(ARM: Rmobile: Rename
CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE) . Fix this omission.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Hiroyuki Yokoyama <
[email protected]
>
Cc: Nobuhiro Iwamatsu <
[email protected]
>
Cc: Jaehoon Chung <
[email protected]
>
Reviewed-by: Nobuhiro Iwamatsu <
[email protected]
>
Reviewed-by: Jaehoon Chung <
[email protected]
>
drivers/mmc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mmc/Kconfig
b/drivers/mmc/Kconfig
index 0dd444360252db60fd0363a7b55c8300f160c95c..82b8d756867ccafbab527c42aed5be29abb52e18 100644
(file)
--- a/
drivers/mmc/Kconfig
+++ b/
drivers/mmc/Kconfig
@@
-156,7
+156,7
@@
config MMC_OMAP36XX_PINS
config SH_SDHI
bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support"
- depends on RMOBILE
+ depends on
ARCH_
RMOBILE
help
Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform